Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: authenticate with openid connect #555

Merged
merged 12 commits into from
Nov 24, 2020

Conversation

ghusse
Copy link
Contributor

@ghusse ghusse commented Nov 24, 2020

Pull Request checklist:

  • Write an explicit title for the Pull Request, following Conventional Commits specification
  • Test manually the implemented changes
  • Review my own code (indentation, syntax, style, simplicity, readability)
  • Wonder if you can improve the existing code

@ghusse ghusse merged commit 72b2cc8 into beta Nov 24, 2020
@ghusse ghusse deleted the feat/authentication-with-openid-connect-beta branch November 24, 2020 10:28
forest-bot added a commit that referenced this pull request Nov 24, 2020
# [8.0.0-beta.2](v8.0.0-beta.1...v8.0.0-beta.2) (2020-11-24)

### Features

* authenticate with openid connect ([#555](#555)) ([72b2cc8](72b2cc8))
@forest-bot
Copy link
Member

🎉 This PR is included in version 8.0.0-beta.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

forest-bot added a commit that referenced this pull request Feb 22, 2021
# [8.0.0](v7.10.1...v8.0.0) (2021-02-22)

### Bug Fixes

* **authentication:** error when authenticating with an invalid token in cookies ([#611](#611)) ([e6d6737](e6d6737))
* send back response to frontend instead of redirecting ([#609](#609)) ([6f37521](6f37521))
* user being disconnected after 33min instead of 14 days ([#610](#610)) ([80580e7](80580e7))
* **auth:** oidc authentication when running multiple instances of the agent ([#608](#608)) ([ef25acb](ef25acb))

### Features

* merge master into beta ([131cb73](131cb73))
* **authentication:** remove old authentication routes ([#624](#624)) ([b0ffc50](b0ffc50))
* **authentication:** return a specific error during authorization if received an error about 2FA ([#622](#622)) ([3a59a12](3a59a12))
* **permissions:** handle mutliple permissions cache ([7114244](7114244))
* authenticate with openid connect ([#555](#555)) ([72b2cc8](72b2cc8))
* delete cookie when client logout ([#545](#545)) ([#560](#560)) ([5188206](5188206))

* feat!: ease the multi-database setup by providing a map of connections on liana.init (#525) ([2e9dc94](2e9dc94)), closes [#525](#525)

### BREAKING CHANGES

* **authentication:** all previous authentication routes have been removed
* onlyCrudModule, modelsDir, secretKey, authKey options are not supported anymore by Liana.init().
Instead of sequelize/mongoose & Sequelize/Mongoose, connections & objectMapping are now required.
@forest-bot
Copy link
Member

🎉 This PR is included in version 8.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants